//==============================================================================
// Courtyard Plants_anim.txt
//==============================================================================

//==============================================================================
define wake2
{
   set hotspot
   {
      version
      {
         Visualparticle SFX x gaia wake2
      }
   }
}


//==============================================================================
define WaterLarge
{
   set hotspot
   {
      version
      {
         Visualparticle World A Fountain Water Atlantis Large
      }
   }
}

//==============================================================================
anim idle
{
	SetSelector
	{
		
		set hotspot
		{
			version
			{
				Visual Fountain Dolphins
 	   			connect ATTACHPOINT wake2 hotspot
				connect FOREHEAD WaterLarge hotspot
				connect CHIN WaterLarge hotspot
				connect LEFTEAR WaterLarge hotspot
				connect LEFTFOOT WaterLarge hotspot
				connect LEFTFOREARM WaterLarge hotspot
				connect LEFTHAND WaterLarge hotspot
				
			}
		}

	}
}